Skip to content

E3SM and CESM are now using TRUE|FALSE for compile_threaded#191

Merged
mark-petersen merged 1 commit into
MPAS-Dev:developfrom
jgfouca:jgfouca/update_case_makefile
Apr 3, 2019
Merged

E3SM and CESM are now using TRUE|FALSE for compile_threaded#191
mark-petersen merged 1 commit into
MPAS-Dev:developfrom
jgfouca:jgfouca/update_case_makefile

Conversation

@jgfouca

@jgfouca jgfouca commented Apr 1, 2019

Copy link
Copy Markdown
Contributor

This change will need to be reflected in the MPAS submodule of E3SM as soon as possible.

@mgduda

mgduda commented Apr 1, 2019

Copy link
Copy Markdown
Contributor

At some point, would it also be worth renaming Makefile.in.ACME to Makefile.in.E3SM? And, if CESM is no longer being actively tested with MPAS components, would it be worth removing Makfile.in.CESM?

@jgfouca

jgfouca commented Apr 1, 2019

Copy link
Copy Markdown
Contributor Author

@mgduda , yes and yes. You may want to check with the CESM folks first.

@jgfouca

jgfouca commented Apr 2, 2019

Copy link
Copy Markdown
Contributor Author

@jonbob

@jonbob

jonbob commented Apr 2, 2019

Copy link
Copy Markdown
Contributor

Thanks @jgfouca

@mark-petersen

Copy link
Copy Markdown
Contributor

@jgfouca please change the target branch to MPAS-Dev:develop

@mgduda and @matthewhoffman this is a framework PR, so I asked you to review. A quick glance is enough.

@jgfouca jgfouca changed the base branch from master to develop April 3, 2019 18:41
@jgfouca

jgfouca commented Apr 3, 2019

Copy link
Copy Markdown
Contributor Author

@mark-petersen , done.

@mgduda mgduda left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes look fine. We can pick up the issue of whether to rename Makefile.in.ACME to Makefile.in.E3SM, and whether to delete Makefile.in.CESM at a future time.

@mark-petersen mark-petersen merged commit 6fc697a into MPAS-Dev:develop Apr 3, 2019
mark-petersen added a commit that referenced this pull request Apr 3, 2019
This change will need to be reflected in the MPAS submodule of E3SM as
soon as possible.
mark-petersen added a commit that referenced this pull request Apr 10, 2019
Updating MPAS framework. This includes:
- Rename Makefile.in.ACME to Makefile.in.E3SM: #195
- Change Makefile.in.E3SM to standard CESM formatting (TRUE in caps): #191
- Add -Uvector to Makefile.in.E3SM to ignore the word 'vector' in comments when using GEN_F90=TRUE: #200, fixes #2725
- Fix memory leak due to double allocate, only used by RK4 time stepping, does not change E3SM runs: #185
- Changes to atmosphere directories are not used by E3SM.
- COMPASS testing updates, not used by E3SM, including python 3 updates.
- Fix typos that cause warnings on some compilers: #196, #197, #198, #199
mark-petersen added a commit that referenced this pull request Apr 10, 2019
Updating MPAS framework. This includes:
- Rename Makefile.in.ACME to Makefile.in.E3SM: #195
- Change Makefile.in.E3SM to standard CESM formatting (TRUE in caps): #191
- Add -Uvector to Makefile.in.E3SM to ignore the word 'vector' in comments when using GEN_F90=TRUE: #200, fixes #2725
- Fix memory leak due to double allocate, only used by RK4 time stepping, does not change E3SM runs: #185
- Changes to atmosphere directories are not used by E3SM.
- COMPASS testing updates, not used by E3SM, including python 3 updates.
- Fix typos that cause warnings on some compilers: #196, #197, #198, #199
ashwathsv pushed a commit to ashwathsv/MPAS-Model that referenced this pull request Jul 21, 2020
Updating MPAS framework. This includes:
- Rename Makefile.in.ACME to Makefile.in.E3SM: MPAS-Dev#195
- Change Makefile.in.E3SM to standard CESM formatting (TRUE in caps): MPAS-Dev#191
- Add -Uvector to Makefile.in.E3SM to ignore the word 'vector' in comments when using GEN_F90=TRUE: MPAS-Dev#200, fixes #2725
- Fix memory leak due to double allocate, only used by RK4 time stepping, does not change E3SM runs: MPAS-Dev#185
- Changes to atmosphere directories are not used by E3SM.
- COMPASS testing updates, not used by E3SM, including python 3 updates.
- Fix typos that cause warnings on some compilers: MPAS-Dev#196, MPAS-Dev#197, MPAS-Dev#198, MPAS-Dev#199
mark-petersen added a commit to mark-petersen/MPAS-Model that referenced this pull request Jan 11, 2021
Updating MPAS framework. This includes:
- Rename Makefile.in.ACME to Makefile.in.E3SM: MPAS-Dev#195
- Change Makefile.in.E3SM to standard CESM formatting (TRUE in caps): MPAS-Dev#191
- Add -Uvector to Makefile.in.E3SM to ignore the word 'vector' in comments when using GEN_F90=TRUE: MPAS-Dev#200, fixes #2725
- Fix memory leak due to double allocate, only used by RK4 time stepping, does not change E3SM runs: MPAS-Dev#185
- Changes to atmosphere directories are not used by E3SM.
- COMPASS testing updates, not used by E3SM, including python 3 updates.
- Fix typos that cause warnings on some compilers: MPAS-Dev#196, MPAS-Dev#197, MPAS-Dev#198, MPAS-Dev#199
caozd999 pushed a commit to caozd999/MPAS-Model that referenced this pull request Jan 14, 2021
Updating MPAS framework. This includes:
- Rename Makefile.in.ACME to Makefile.in.E3SM: MPAS-Dev#195
- Change Makefile.in.E3SM to standard CESM formatting (TRUE in caps): MPAS-Dev#191
- Add -Uvector to Makefile.in.E3SM to ignore the word 'vector' in comments when using GEN_F90=TRUE: MPAS-Dev#200, fixes #2725
- Fix memory leak due to double allocate, only used by RK4 time stepping, does not change E3SM runs: MPAS-Dev#185
- Changes to atmosphere directories are not used by E3SM.
- COMPASS testing updates, not used by E3SM, including python 3 updates.
- Fix typos that cause warnings on some compilers: MPAS-Dev#196, MPAS-Dev#197, MPAS-Dev#198, MPAS-Dev#199
mark-petersen added a commit to mark-petersen/MPAS-Model that referenced this pull request Jan 16, 2021
Updating MPAS framework. This includes:
- Rename Makefile.in.ACME to Makefile.in.E3SM: MPAS-Dev#195
- Change Makefile.in.E3SM to standard CESM formatting (TRUE in caps): MPAS-Dev#191
- Add -Uvector to Makefile.in.E3SM to ignore the word 'vector' in comments when using GEN_F90=TRUE: MPAS-Dev#200, fixes #2725
- Fix memory leak due to double allocate, only used by RK4 time stepping, does not change E3SM runs: MPAS-Dev#185
- Changes to atmosphere directories are not used by E3SM.
- COMPASS testing updates, not used by E3SM, including python 3 updates.
- Fix typos that cause warnings on some compilers: MPAS-Dev#196, MPAS-Dev#197, MPAS-Dev#198, MPAS-Dev#199
mark-petersen added a commit to mark-petersen/MPAS-Model that referenced this pull request Jan 19, 2021
Updating MPAS framework. This includes:
- Rename Makefile.in.ACME to Makefile.in.E3SM: MPAS-Dev#195
- Change Makefile.in.E3SM to standard CESM formatting (TRUE in caps): MPAS-Dev#191
- Add -Uvector to Makefile.in.E3SM to ignore the word 'vector' in comments when using GEN_F90=TRUE: MPAS-Dev#200, fixes #2725
- Fix memory leak due to double allocate, only used by RK4 time stepping, does not change E3SM runs: MPAS-Dev#185
- Changes to atmosphere directories are not used by E3SM.
- COMPASS testing updates, not used by E3SM, including python 3 updates.
- Fix typos that cause warnings on some compilers: MPAS-Dev#196, MPAS-Dev#197, MPAS-Dev#198, MPAS-Dev#199
@jgfouca jgfouca deleted the jgfouca/update_case_makefile branch February 9, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants